Instance 0

Class410.run(final CommandSender sender,Player sender_p,Command cmd,String commandLabel,String[] args,boolean senderIsConsole)#1{
        playerMsg("Used Memory: " new DecimalFormat("#").format((doubleusedMem / (doubleBYTES_PER_MB"mb (" new DecimalFormat("#").format(((doubleusedMem / (doubleruntime.totalMemory()) 100.0"%)");
        playerMsg("Max Memory: " (doubleruntime.maxMemory() (doubleBYTES_PER_MB + "mb");
        playerMsg("Calculating ticks per second, please wait...");
}


Instance 1

Class280.execute(SessionData data,Element command)#20{
        double maxMemory = (double)runtime.maxMemory()/(1024*1024);
}


Instance 2

Class70.getJvmInfo()#10{
    double percentUsed = ((double)(used)/(double)runtime.maxMemory())*100;
}


Instance 3

Class410.execute()#6{
    jvmMaxMemory = (doublert.maxMemory() (1024.0 1024.0);
}


Instance 4

Class10.run()#6{
        double maxMemory = (doubleruntime.maxMemory() (1024 1024);
}